*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #333;
}
a:hover{
	color: #249e38;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#2d7e3a;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#2d7e3a;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.topbar{
	height: 34px;
	line-height: 34px;
	background: #f2f2f2;
	color: rgba(89,86,86,.88);
	font-size: 12px;
}
.topbar a{
	color: rgba(89,86,86,.88);
	margin: 0 5px;
}
.head{
	height: 119px;
	overflow: hidden;
}
.logo{
	display: block;
	width: 320px;
	height: 119px;
	overflow: hidden;
	text-indent: -99em;
	background: url(../images/logo.png) no-repeat center;
}
.toptell{
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 55px;
	margin-top: 30px;
}
.toptell span{
	display: block;
	color:#595656;
}
.toptell p{
	font-size: 25px;
	color: #91b721;
}

.nav{
	height: 47px;
	line-height: 47px;
	background: #249e38;
}
.nav li{
	float: left;
	font-size: 16px;
	border-left: 1px solid #40b152;
	border-right: 1px solid #17882a;
}
.nav li:first-child{
	border-left: 0;
}
.nav li:last-child{
	border-right: 0;
}
.nav li a{
	color: #fff;
	display: block;
	width: 148px;
	text-align: center;
}
.nav li a:hover,.nav li a.hover{
	background: #0f7c21;
}

.slideBox{ width:100%; height:545px; overflow:hidden; position:relative;}
.slideBox .hd{height: 4px;overflow:hidden; position:absolute; right:5px; bottom: 30px; z-index:1;text-align: center;width: 100%;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;}
.slideBox .hd ul li{ float:left; margin: 0 8px; width: 40px; height:4px; background:#eee; cursor:pointer; }
.slideBox .hd ul li.on{ background:#017842;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd ul{margin: 0 auto;}
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:545px;}

.about{
	margin-top: 70px;
	height: 460px;
}
.ableft{
	width: 550px;
	margin-left: 20px;
}
.ableft .abtop{
	font-size: 25px;
	color: #414141;
}
.ableft span{
	display: block;
	font-size: 20px;
	color: #249e38;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.ableft p{
	text-indent: 2em;
	color: #636363;
	line-height: 27px;
}
a.more{
	display: block;
	width: 196px;
	height: 38px;
	line-height: 38px;
	display: block;
	border: 1px solid #249e38;
	border-radius: 20px;
	text-align: center;
	color: #249e38;
	margin-top: 60px;
	transition: all 0.3s;
}
a.more:hover{
	background: #249e38;
	color: #fff;
}

.tit{
	text-align: center;
}
.tit span{
	display: block;
	font-size: 25px;
	color: #414141;
	background: url(../images/tbg.png) no-repeat bottom center;
	height: 65px;
}
.tit p{
	margin-top: 8px;
	color: #8f8f8f;
}

.product{
	background: #f5f5f5;
	padding: 50px 0;
}
.product ul{
	margin-left: -20px;
	margin-top: 30px;
}
.product li{
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-bottom: 26px;
}
.product li a{
	display: block;
	width: 266px;
	height: 240px;
	padding: 9px;
	background: #fff;
	overflow: hidden;
	transition: all 0.3s;
}
.product li img{
	width: 266px;
	height: 200px;
}
.product li p{
	font-size: 15px;
	color: #595656;
	line-height: 48px;
	transition: all 0.3s;
}
.product li a:hover{
	background: #249e38;
}
.product li a:hover p{
	color: #fff;
}
.product a.more{
	margin: 0 auto;
	margin-top: 20px;
}

.display{
	padding-top: 50px;
	height: 380px;
}
.picMarquee-left{position:relative;width: 1100px; margin: 0 auto;margin-top: 40px;}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block; width:23px; height:43px;overflow:hidden;cursor:pointer;position: absolute;top: 80px;}
.picMarquee-left .hd .prev{background: url(../images/arrow.png) no-repeat 0 0;left: -50px;}
.picMarquee-left .hd .next{background: url(../images/arrow.png) no-repeat -23px 0;right: -50px;}
.picMarquee-left .bd{overflow: hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li img{width: 260px;height: 200px;}
.picMarquee-left .bd ul li p{font-size: 15px;color: #595656;margin-top: 15px;}
.picMarquee-left .bd ul li:hover p{color: #249e38;}

.news{
	margin-top: 40px;
}
.news .tit{
	margin-bottom: 40px;
}
.newimg{
	margin-left: 40px;
}
.newimg a{
	display: block;
	box-sizing: border-box;
	width: 470px;
	height: 410px;
	background: #f5f5f5;
	padding: 11px;
}
.newimg img{
	width: 445px;
	height: 260px;
}
.newimg span{
	display: block;
	font-size: 16px;
	color: #249e38;
	line-height: 44px;
	margin-top: 8px;
	padding-left: 6px;
	padding-right: 20px;
}
.newimg p{
	color: #5a5958;
	line-height: 24px;
	padding-left: 6px;
	padding-right: 20px;
}
.nr{
	width: 620px;
	margin-top: 10px;
}
.nr dl{
	height: 75px;
	margin-bottom: 26px;
}
.nr dt{
	float: left;
	width: 80px;
	text-align: center;
}
.nr dt span{
	display: block;
	font-size: 34px;
	color: #595656;
	line-height: 40px;
}
.nr dt p{
	font-size: 13px;
	color: #a0a0a0;
}
.nr dd{
	float: right;
	width: 510px;
	border-left: 1px solid #ededed;
	padding-left: 25px;
	height: 75px;
}
.nr dd a{
	font-size: 16px;
	color: #414141;
	display: block;
	margin-top: -3px;
	margin-bottom: 10px;
}
.nr dd a:hover{
	color: #249e38;
}
.nr dd p{
	font-size: 13px;
	color: #8f8f8f;
	line-height: 20px;
}

.link{
	line-height: 34px;
	margin-top: 30px;
}
.link p{
	font-size: 20px;
	color: #249e38;
	font-weight: bold;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 40px;
}
.link a{
	color: #414141;
	margin-left: 50px;
}

.footer{
	height: 235px;
	background: #2d7e3a;
	margin-top: 20px;
	color: rgba(255,255,255,.85);
}
.footer .flogo{
	margin-top: 36px;
	margin-left: 50px;
}
.footer .fcont{
	background: url(../images/fh.png) no-repeat left center;
	height: 140px;
	margin-left: 50px;
	margin-top: 35px;
	padding-left: 60px;
	width: 285px;
}
.footer .fcont p{
	line-height: 26px;
}
.footer .ft{
	font-size: 16px;
	color: #fff;
	position: relative;
	height: 35px;
	margin-bottom: 10px;
	margin-top: 6px;
}
.footer .ft::after{
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fnav{
	background: url(../images/fh.png) no-repeat left center;
	height: 140px;
	margin-top: 35px;
	padding-left: 60px;
	width: 200px;
}
.fnav li{
	float: left;
	width: 90px;
	line-height: 26px;
}
.fnav li a{
	font-size: 13px;
	color: rgba(255,255,255,.85);
}
.ewm li{
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-top: 40px;
}
.ewm li p{
	margin-top: 5px;
}
.bottom{
	text-align: center;
	margin-top: 15px;
}
.bottom img{
	vertical-align: middle;
	margin-left: 10px;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main{
	margin-bottom: 50px;
}
.pagetop{
	text-align: center;
	font-size: 22px;
	line-height: 80px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.content{
	line-height: 30px;
}
.content img{
	max-width: 100%;
}
.content a{
	color:#06F;
}

.submenu{
	text-align: center;
}
.submenu ul{
	display: inline-block;
}
.submenu li{
	float: left;
	margin-top: 30px;
}
.submenu li a{
	display: block;
	padding: 0 25px;
	line-height: 40px;
	background: #91b721;
	color: #fff;
}
.submenu li a.hover,.submenu li a:hover{
	background: #0f7c21;
}

.list{
	margin-top: 50px;
}
.list li{
	height: 175px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}
.list li .newleft{
	width: 850px;
	margin-top: 20px;
}
.list li img.fr{
	width: 300px;
	height: 175px;
}
.list li span{
	display: block;
	font-size: 16px;
	color: #249e38;
}
.list li p{
	font-size: 13px;
	color: #666;
	margin-top: 20px;
	line-height: 25px;
	height: 60px;
}
.list li i{
	display: block;
	font-style: normal;
	color: #999;
	margin-top: 10px;
}

.photo{
	background: none;
	padding: 0;
}
.photo li{
	margin-bottom: 20px;
}

.showtop{
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}
.showtop h1{
	font-weight: normal;
	font-size: 22px;
	font-weight: 200;
}
.showtop p span{
	color: #999;
	margin: 0 5px;
	line-height: 50px;
	font-size: 12px;
}
.showtop p span a{
	margin: 0 5px;
}
.prepage{
	line-height: 30px;
}

.hotcp {
    margin-top: 50px;
}
.hotcp ul {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.hotcp li {
    float: left;
    margin-left: 20px;
    text-align: center;
}
.hotcp li:first-child {
    margin: 0;
}
.hotcp li img {
    height: 160px;
    width: 223px;
}
.hotcp li p{
	line-height: 40px;
}
.hotcp li:hover img{
	opacity: 0.8;
}
.hotcp_top {
    background: #249e38;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
}

.hotnews {
    margin-bottom: 30px;
    margin-top: 20px;
}
.hotnews_top {
    border-bottom: 1px solid #ddd;
    color: #249e38;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.hotnews ul{
	margin-left: -50px;
}
.hotnews li {
    border-bottom: 1px dotted #ddd;
    float: left;
    line-height: 36px;
    margin-left: 50px;
    width: 575px;
}
.hotnews li span {
    color: #999;
    float: right;
    font-size: 13px;
}

.hotlabel{
	margin-top: 30px;
}
.hotlabel p{
	color: #249e38;
}
.hotlabel a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #249e38;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}